From: Chong Yidong Date: Wed, 6 Jun 2007 18:57:12 +0000 (+0000) Subject: (xpm_load): Remove spurious call to xpm_init_color_cache. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18606 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a301ccdbbc2cd93652c77341dbb0aa7a508419a2;p=emacs.git (xpm_load): Remove spurious call to xpm_init_color_cache. --- diff --git a/src/image.c b/src/image.c index 789de0223be..9cfcd5a63f8 100644 --- a/src/image.c +++ b/src/image.c @@ -3978,9 +3978,6 @@ xpm_load (f, img) attrs.valuemask |= XpmCloseness; #endif /* not XpmAllocCloseColors */ #endif /* ALLOC_XPM_COLORS */ -#ifdef ALLOC_XPM_COLORS - xpm_init_color_cache (f, &attrs); -#endif /* If image specification contains symbolic color definitions, add these to `attrs'. */